home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / wildcat / 23codes.zip / 2&3CODES.TXT next >
Text File  |  1992-04-10  |  6KB  |  125 lines

  1.   W I L D C A T    D I S P L A Y    C O D E    C R O S S    R E F E R E N C E
  2.  
  3.                     Updated:  04/10/92 by Michael Conley
  4.                     Includes changes released in WC 3.50
  5.                     
  6.   Version 2    Version 3           Description
  7. =======================================================================
  8.    ^B          @NOSTOP@   - Makes Screen Unstoppable in current display file.
  9.    ^C (toggle) @NOSTOP@   - Makes Screen Unstoppable in current display file.
  10.    ^C (toggle) @STOP@     - Makes Screen Stoppable
  11.    ^G          @BELL@     - Causes Caller's Speaker to Beep
  12.  
  13.    ^S^B        @TIME@     - Current Time
  14.    ^S^C        @NODE@     - Node Number
  15.    ^S^D        @DATE@     - Current Date
  16.    ^S^E        @BBS@      - Name of the BBS
  17.    ^S^F        @TFILE@    - Total # files available on system
  18.    ^S^L        @PREVON@   - Previous Caller
  19.    ^S^N        @TMSG@     - Total # msgs  available on system
  20.    ^S^P        @PAUSE@    - Forces a -Pause- Prompt
  21.    ^S^S        @SYSOP@    - Sysop's full name 
  22.    ^S^T        @TCALLS@   - Total Calls to System
  23.    ^S^U        @TUSER@    - Total # users on the system
  24.    ^S^V        @VER@      - WILDCAT! version number
  25.    ^S^W#       @NODE###@  - Node status text.  Replace the ### with
  26.                             a three-digit node number, padded with
  27.                             leading zeroes if necessary - @NODE002@
  28.  
  29.    ^U^B        @BDATE@    - Users Birthdate
  30.    ^U^C        @CPU@      - Users CPU Type
  31.    ^U^D        @CALLS@    - Users Calls to System
  32.    ^U^E        @LEFT@     - Users Time Remaining
  33.    ^U^F        @FROM@     - Users Location
  34.    ^U^G        @UPK@      - Users Upload K-Bytes
  35.    ^U^H        @DOWNK@    - Users Download K-Bytes
  36.    ^U^J        @DOWNS@    - Users Number of Downloads
  37.    ^U^K        @FIRST@    - Users First Name
  38.    ^U^L        @LASTON@   - Users Last Call Date/Time
  39.    ^U^N        @USER@     - Users Full Name
  40.    ^U^O        @UPS@      - Users Number of Uploads
  41.    ^U^P        @PHONE@    - Users Voice Phone Number
  42.    ^U^Q        @MEMO@     - Users Memo Date
  43.    ^U^R        @MAXDL@    - Maximum downloads possible per day
  44.    ^U^S        @SINCE@    - Users Date of First Login
  45.    ^U^T        @TIMEON@   - Users Time on System This Call
  46.    ^U^V        @LASTNEW@  - Users Last [N]ew Files Search
  47.    ^U^W        @SEC@      - Users Security Level
  48.  
  49. This version 2 code has no version 3 equivalent.              
  50.  
  51.  
  52.    ^U^Y                   - User's message folders joined -- not
  53.                             appropriate to 3.x display files due to
  54.                             large number of confs available.
  55.  
  56. These version 3 codes have no version 2 equivalent:
  57.  
  58.  
  59.             @ADDR1@       - User's first address line
  60.             @ADDR2@       - User's second address line
  61.             @ALIAS@       - User's alias name
  62.             @DATA@        - User's data phone number
  63.             @ZIP@         - User's ZIP code
  64.             @COMPANY@     - User's COMPANY name
  65.             @CONF@        - Users Current Conference
  66.             @MLEVEL@      - Users Current Menu Level
  67.             @EXDATE@      - Users Expiration Date
  68.             @MEMO1@       - User Comment Field #1
  69.             @MEMO2@       - User Comment Field #2
  70.             @SUB@         - Substitute Text String
  71.             @LASTCALL@    - Last Call in MM/DD/YY HH:MM
  72.             @MAXDK@       - Maximum allowed download KBytes
  73.             @ACCBAL@      - User's current account balance
  74.             @NETBAL@      - User's net-mail account balance
  75.             @CONFOP@      - Full name of the Conference Host
  76.             @CLS@         - Clears Display Screen
  77.             @NOPAUSE@     - Makes current file non-stoppable
  78.             @hh@          - COLOR code, see list below
  79.  
  80. These are the color codes as supported by Wildcat! 3.x:
  81.  
  82.      The code is @hh@, containing two HEX values (0-F).  The first one
  83.      is the BACKGROUND color and attribute:
  84.  
  85.                         0 - Black
  86.                         1 - Blue
  87.                         2 - Green
  88.                         3 - Cyan
  89.                         4 - Red
  90.                         5 - Magenta
  91.                         6 - Brown
  92.                         7 - White
  93.                         ----------------------
  94.                         8 - Black   with BLINK
  95.                         9 - Blue    with BLINK
  96.                         A - Green   with BLINK
  97.                         B - Cyan    with BLINK
  98.                         C - Red     with BLINK
  99.                         D - Magenta with BLINK
  100.                         E - Brown   with BLINK
  101.                         F - White   with BLINK
  102.  
  103.      The second character is the FOREGROUND color and intensity:
  104.  
  105.                         0 - Black
  106.                         1 - Blue
  107.                         2 - Green
  108.                         3 - Cyan
  109.                         4 - Red
  110.                         5 - Magenta
  111.                         6 - Brown
  112.                         7 - White
  113.                         ----------------------
  114.                         8 - Black   + Intense (kinda grey on EGA/VGA)
  115.                         9 - Blue    + Intense
  116.                         A - Green   + Intense
  117.                         B - Cyan    + Intense
  118.                         C - Red     + Intense
  119.                         D - Magenta + Intense
  120.                         E - Brown   + Intense (displays as YELLOW)
  121.                         F - White   + Intense
  122.  
  123. =========================================================================
  124.  
  125.